home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.compilers / comp.sys.amiga.programmer_10912_000034.msg < prev    next >
Encoding:
Text File  |  1994-11-27  |  865 b   |  25 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: dd.chalmers.se!news.chalmers.se!sunic!trane.uninett.no!eunet.no!nuug!EU.net!howland.reston.ans.net!cs.utexas.edu!convex!news.duke.edu!concert!sas!mozart.unx.sas.com!sassek
  3. From: sassek@unx.sas.com (Steve Krueger)
  4. Subject: Re: SECTION name,DATA,CHIP ?
  5. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  6. Message-ID: <sassek.769179607@wonka>
  7. Date: Tue, 17 May 1994 13:00:07 GMT
  8. References: <1994May16.153942@informatik.uni-kl.de>
  9. Nntp-Posting-Host: wonka.unx.sas.com
  10. Organization: SAS Institute Inc.
  11. Lines: 12
  12.  
  13. feck@informatik.uni-kl.de (Christoph Feck IRZ) writes:
  14.  
  15. >What is the correct SAS 5.10b asm syntax to put a section
  16. >into CHIP?  Option -cd is fine, but puts all data hunks
  17. >into CHIP.
  18.  
  19. There's no way to do it until version 6.50. In 6.50, you can
  20. say
  21.  
  22.     section     name,data,chip
  23.  
  24. sk
  25.